import { SetupContext } from 'vue';
import { TimeSelectProps, useTimeSelectFn } from './time-select-types';
export declare function useTimeSelect(props: TimeSelectProps, ctx: SetupContext): useTimeSelectFn;
