import { SVGProps } from 'react'; import { ResponsiveIconSize } from './types'; export interface CakeIconProps extends SVGProps { size?: number | ResponsiveIconSize; } export declare function CakeIcon({ size, color, style, className, ...props }: CakeIconProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=CakeIcon.d.ts.map