/**
 * @file index.tsx
 *
 * @fileoverview Story to display the Menu button inside the component library
 * styleguide.
 */
/// <reference types="react" />
declare const _default: {
    title: string;
    parameters: {
        component: ({ countries, currentCountry, onSelectCountry, showLabel }: import(".").CountrySwitchProps) => JSX.Element;
    };
};
export default _default;
export declare const DefaultCountryFlag: {
    (): JSX.Element;
    story: {
        title: string;
    };
};
