import type { FC } from 'react'; interface AriaAssistantProps { /** Show the floating trigger button (default: true) */ showTrigger?: boolean; /** Show avatar in trigger button (default: true) */ showAvatar?: boolean; /** Custom label for trigger button */ triggerLabel?: string; } export declare const AriaAssistant: FC; export {}; //# sourceMappingURL=AriaAssistant.d.ts.map