interface Props {
    color?: 'inherit' | 'primary' | 'secondary';
}
export declare function LinearProgressCustom({ color }: Props): import("react/jsx-runtime").JSX.Element;
export {};
