import React from "react"; import { Meta } from "@storybook/react/types-6-0"; declare const _default: Meta; export default _default; export declare const Primary: React.FC<{}>; export declare const WithCustomLabels: React.FC<{}>; export declare const WithCustomLabelsObject: React.FC<{}>; export declare const WithMixedCustomLabels: React.FC<{}>; export declare const WithCountries: React.FC<{}>;