import type { StepperApiProps } from "./stepper.types.js"; export declare const splitStepperProps: (props: Props) => [StepperApiProps, Omit]; //# sourceMappingURL=stepper.props.d.ts.map