import { SVGProps } from 'react'; export interface PCNProps extends SVGProps { /** * Icon size (width and height) * @default 16 */ size?: number | string; } /** * Pitcairn Islands — PCN icon from flag category * * @example * * */ export declare const PCN: ({ size, ...props }: PCNProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=pcn.d.ts.map