import { SvgProps } from './types'; declare const PlaceholderMonkey: ({ direction, color, width, getStyles }: SvgProps) => import("react").JSX.Element; export default PlaceholderMonkey;