/// export declare type SpeakIconProps = { active: boolean; }; export default function SpeakIcon({ active }: SpeakIconProps): JSX.Element;