import { IconProps } from './Icon.types'; /** * Icon component - Flexible icon component supporting Material Symbols and custom SVG * * @example * ```tsx * // Using Material Symbols * * * * * // Using custom SVG * * * * * * * // With spin animation * * * // With rotation * * ``` */ export declare const Icon: import('react').ForwardRefExoticComponent>; export default Icon; //# sourceMappingURL=Icon.d.ts.map