import React__default from 'react'; import { IconTypes } from './type.js'; declare const changeTypeToIconClassName: (type: IconTypes) => string; interface IconProps { type?: IconTypes; height?: number; width?: number; onClick?: (event: React__default.BaseSyntheticEvent) => void; className?: string; } declare function Icon(props: React__default.PropsWithChildren): JSX.Element; export { Icon, IconProps, changeTypeToIconClassName }; //# sourceMappingURL=Icon.d.ts.map