import 'bootstrap/dist/css/bootstrap.min.css';
import Select from 'react-select';
export declare type StyledSelectInputPropsType = {
    placeholder: string;
    name: string;
} & typeof Select;
export declare const StyledSelectInput: import("styled-components").StyledComponent<Select, any, Select, never>;
