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