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