type Props = { isLoading?: boolean; isPlaying?: boolean; feedbackColor?: string; onClick: () => void; class?: string; }; export declare const TTSButton: (props: Props) => import("solid-js").JSX.Element; export {}; //# sourceMappingURL=TTSButton.d.ts.map