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