/// <reference types="react" />
import './style/index.js';
export * from './type';
export declare const Select: {
    ({ as, placeholder, name, value, options, className, children, ...props }: import("./type").SelectProps): JSX.Element;
    displayName: string;
};
export default Select;
