import type { CellProps } from '@zag-js/time-picker';
import type { Assign, HtmlIngredientProps } from '../types.js';
export interface TimePickerHourCellProps extends Assign<HtmlIngredientProps<'div', HTMLDivElement>, CellProps> {
}
declare const TimePickerHourCell: import("svelte").Component<TimePickerHourCellProps, {}, "ref">;
type TimePickerHourCell = ReturnType<typeof TimePickerHourCell>;
export default TimePickerHourCell;
