import type { SxProps } from '@mui/material';
import React from 'react';
declare const GreyGradient: ({ children, sx }: {
    children: React.ReactNode;
    sx?: SxProps;
}) => JSX.Element;
export default GreyGradient;
