type LinearWithLabelProps = { value: number; }; declare function LinearWithLabel({ value, ...others }: LinearWithLabelProps): import("react/jsx-runtime").JSX.Element; export { LinearWithLabel }; export type { LinearWithLabelProps }; //# sourceMappingURL=LinearWithLabel.d.ts.map