declare type Props = {
    type: 'dark' | 'light';
};
declare const ThemeIcon: ({ type }: Props) => JSX.Element;
export default ThemeIcon;
//# sourceMappingURL=ThemeIcon.d.ts.map