import type { FC } from 'react'; import type { ButtonProps } from '@/components/ui/button'; interface AriaTriggerButtonProps extends Omit { label?: string; showIcon?: boolean; showAvatar?: boolean; onTrigger?: () => void; } export declare const AriaTriggerButton: FC; export {}; //# sourceMappingURL=AriaTriggerButton.d.ts.map