export declare type FlagStyleProps = { /** Width of Flag. Height set automatically. */ size?: string; /** Height of Flag. Width set automatically. */ height?: string; /** CSS unit for size prop */ unit?: string; }; declare const setFlagStyle: (props: FlagStyleProps) => import("@emotion/utils").SerializedStyles; export default setFlagStyle;