import { SvgIconProps } from "@mui/material"; declare const Placeholder: ({ color, htmlColor, sx, ...otherProps }: SvgIconProps) => import("react/jsx-runtime").JSX.Element; export default Placeholder;