interface IProps { type: string; } export declare function SoundIcon(props: IProps): JSX.Element; export {}; //# sourceMappingURL=SoundIcon.component.d.ts.map