import type { SVGProps } from "react"; export interface CakeSliceIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function CakeSliceIcon({ className, size, color, ...props }: CakeSliceIconProps): import("react").JSX.Element; //# sourceMappingURL=cake-slice-icon.d.ts.map