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