import React from 'react'; import { LoadingProps } from '@control-ui/kit/Loading'; export declare const LoadingLinear: ({ title, loadingColor, textColor, width }: LoadingProps) => React.ReactElement;