import { InputProps } from '../../../../../ui/index.js';
import { DayLabelFormat } from '../shared/types.js';
interface Props extends InputProps {
    dayLabelFormat?: DayLabelFormat;
    checkedIcon?: React.ReactNode;
    uncheckedIcon?: React.ReactNode;
}
export declare function InputWeekAvailabilityV1({ name, label, readOnly, dayLabelFormat, checkedIcon, uncheckedIcon }: Props): import("react/jsx-runtime").JSX.Element;
export {};
