import { ProgressProps } from './progress.type'; declare const Line: (props: ProgressProps) => import("react/jsx-runtime").JSX.Element; export default Line; //# sourceMappingURL=line.d.ts.map