import { SxProps } from '@mui/material/styles'; interface IconProps { backingSx?: SxProps; size: number; sx?: SxProps; } declare const IconBacking: React.FC>; export default IconBacking;