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