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