/// import { SvgIconProps } from '@mui/material/SvgIcon'; interface IconProps extends SvgIconProps { } export declare function CreditBatchIcon({ sx, ...props }: IconProps): JSX.Element; export {};