/// import { SxProps } from '@mui/material'; import { Theme } from 'src/theme/muiTheme'; interface IconProps { sx?: SxProps; } export default function AvailableCreditsIcon({ sx, }: IconProps): JSX.Element; export {};