import { SelectExProps } from "@etsoo/materialui";
import { ListType } from "@etsoo/shared";
/**
 * Days search component
 * @param props Props
 * @returns Component
 */
export declare function SearchDays(props: Omit<SelectExProps<ListType>, "options">): import("react/jsx-runtime").JSX.Element;
