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