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