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