import { FC, SVGProps } from 'react'; export interface SvgIconProps extends SVGProps { size?: string | number; } export declare const MdPlayCircleFilled: FC; export declare const MdPauseCircleFilled: FC; export declare const MdPlaylistPlay: FC; export declare const TbRepeat: FC; export declare const TbRepeatOnce: FC; export declare const TbRepeatOff: FC; export declare const TbArrowsShuffle: FC; export declare const TbVolume: FC; export declare const TbVolume2: FC; export declare const TbVolume3: FC; export declare const ImPrevious: FC; export declare const ImNext: FC;