import React from "react"; import OldCustomSelect from "./Custom"; import OldSimpleCustomSelect from "./Simple"; declare const SelectMonth: (props: any) => React.JSX.Element, SelectYear: (props: any) => React.JSX.Element; export { OldCustomSelect as CustomSelect, SelectMonth, SelectYear, OldSimpleCustomSelect as SimpleCustomSelect };