/** @jsx jsx */ import { FC } from 'react'; import { LinearProgressProps } from './LinearProgress.type'; /** * ```js * import { LinearProgress } from '@rkta/ui'; * * * ``` */ export declare const LinearProgress: FC; //# sourceMappingURL=LinearProgress.d.ts.map