import { EmployeeStart } from "./stn-employee-start"; import { EmployeeStartViewProps } from "./stn-employee-start-view"; export declare function useEmployeeStart(props: EmployeeStart): EmployeeStartViewProps;