import { SelectProps } from "@ducor/types";
export declare const Select: ({ name, label, options, withAsterisk, helperText, id, direction, defaultValue, placeholder, disabled, multiple, className, }: SelectProps) => import("react/jsx-runtime").JSX.Element;