/// export declare const commonComponents: { Option: { (props: any): JSX.Element; muiName: string; }; Control: { (props: any): JSX.Element; muiName: string; }; NoOptionsMessage: { (props: any): JSX.Element; muiName: string; }; Placeholder: { (props: any): JSX.Element; muiName: string; }; SingleValue: { (props: any): JSX.Element; muiName: string; }; ValueContainer: { (props: any): JSX.Element; muiName: string; }; DropdownIndicator: (props: any) => JSX.Element; Input: (props: any) => JSX.Element; Menu: { (props: any): JSX.Element; muiName: string; }; MenuList: { (props: any): JSX.Element; muiName: string; }; Group: { (props: any): JSX.Element; muiName: string; }; MultiValue: { (props: any): JSX.Element; muiName: string; }; ClearIndicator: (props: any) => JSX.Element; }; export declare const asyncComponents: { LoadingMessage: { (props: any): JSX.Element; muiName: string; }; Option: { (props: any): JSX.Element; muiName: string; }; Control: { (props: any): JSX.Element; muiName: string; }; NoOptionsMessage: { (props: any): JSX.Element; muiName: string; }; Placeholder: { (props: any): JSX.Element; muiName: string; }; SingleValue: { (props: any): JSX.Element; muiName: string; }; ValueContainer: { (props: any): JSX.Element; muiName: string; }; DropdownIndicator: (props: any) => JSX.Element; Input: (props: any) => JSX.Element; Menu: { (props: any): JSX.Element; muiName: string; }; MenuList: { (props: any): JSX.Element; muiName: string; }; Group: { (props: any): JSX.Element; muiName: string; }; MultiValue: { (props: any): JSX.Element; muiName: string; }; ClearIndicator: (props: any) => JSX.Element; }; //# sourceMappingURL=utils.d.ts.map