import * as react_jsx_runtime from 'react/jsx-runtime';
import { SvgIconProps } from '@mui/material';

declare const TimeFilled: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;

export { TimeFilled as default };
