import { Spacing, ThemeInterface } from '@bigcommerce/big-design-theme'; import { ComponentPropsWithoutRef, ForwardRefExoticComponent, PropsWithoutRef, RefAttributes } from 'react'; export { type PrivateIconProps } from '../../base'; export interface FlagIconProps extends ComponentPropsWithoutRef<'svg'> { size?: keyof Spacing | number; theme?: ThemeInterface; title?: string; } export declare function createStyledFlagIcon(FlagIcon: ForwardRefExoticComponent & RefAttributes>): import("styled-components").StyledComponent>, import("styled-components").DefaultTheme, {}, never>; //# sourceMappingURL=index.d.ts.map