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