import * as React from 'react'; type FlagsProps = { width?: number | string; height?: number | string; }; export const Flags = (props: FlagsProps) => ( );