/** * @component * @category Components / Basic * @description This component renders a dropdown menu with a list of available locale languages which enables a user to change the language of text displayed in Flex. * @private */ export declare const LocaleSelector: () => JSX.Element;