import { SelectorTwoProps } from "../SelectorTwo"; interface SelectorTwoTopProps extends Partial { isYear?: boolean; } declare function SelectorTwoTop(props: SelectorTwoTopProps): import("solid-js").JSX.Element; export default SelectorTwoTop;