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