import { Theme } from '@xstyled/styled-components'; import { WuiProps } from '@welcome-ui/system'; import { IconOptions } from './index'; export declare const Icon: import("styled-components").StyledComponent<"svg", Theme, Pick & Pick<{ block?: string; height?: number; isFlag?: boolean; stroked?: boolean; viewBox?: string; width?: number; }, "isFlag" | "stroked"> & WuiProps & Partial<{ alt: string; title: string; }>, never>;