import type { ProgressApiProps } from "./progress.types.js"; export declare const progressProps: (keyof ProgressApiProps)[]; export declare const splitProgressProps: (props: Props) => [ProgressApiProps, Omit]; //# sourceMappingURL=progress.props.d.ts.map