import { type SvgIconProps } from '@mui/material/SvgIcon'; declare const CopyContent: (props: SvgIconProps) => JSX.Element; export default CopyContent;