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