interface NarratifyControlsWithProviderProps { showVoiceSelector?: boolean; onVoiceChange?: (voice: any) => void; className?: string; position?: "bottom" | "top" | "inline"; sticky?: boolean; onClose?: () => void; } export declare function NarratifyControlsWithProvider({ showVoiceSelector, onVoiceChange, className, position, sticky, onClose, }: NarratifyControlsWithProviderProps): import("react/jsx-runtime").JSX.Element; export {};