import { ImageProps } from 'next/image'; type EmptyPlaceholderProps = Omit; export declare const EmptyPlaceholder: (props: EmptyPlaceholderProps) => import("react/jsx-runtime").JSX.Element; export {};