import { IconProps } from './Icon.types'; export declare const Icon: (props: IconProps) => import("react/jsx-runtime").JSX.Element; export default Icon;