import React from "react"; import { SelectProps } from "./SelectProps"; export declare const Select: React.FunctionComponent> & { Multiple: React.FunctionComponent> & { defaultLabelAlign: string; }; defaultLabelAlign: string; };