import { ElementType } from 'react'; import { PolymorphicComponent, PolymorphicComponentProps } from '../PolymorphicComponent/index.js'; export declare type LinearProgressProps = { children?: never; }; export declare type LinearProgressConfig = PolymorphicComponentProps>; declare const defaultElement = "div"; export declare const createLinearProgress: = "div">({ className: configClassName, element: configElement, style: configStyle, ...config }: LinearProgressConfig) => PolymorphicComponent; export {}; //# sourceMappingURL=createLinearProgress.d.ts.map