export function LogoTriggerdotdev({ className, width = "100%", }: { className?: string; width?: string; }) { return ( ); }