import type { ComponentType } from 'react';
import type { BackdropProps } from '@mui/material';
interface BackdropStyledProps {
    color?: string;
}
type BackdropStyledPropsType = BackdropStyledProps & BackdropProps;
export declare const Backdrop: ComponentType<BackdropStyledPropsType>;
export {};
//# sourceMappingURL=Backdrop.styled.d.ts.map