import { type ImagePlaceholderProps as Props } from './index';
declare const ImagePlaceholder: import("svelte").Component<Props, {}, "">;
type ImagePlaceholder = ReturnType<typeof ImagePlaceholder>;
export default ImagePlaceholder;
