import type { BaseProps, VariantComponent } from '../../type/component';
interface Props extends BaseProps, VariantComponent<'default' | 'error' | 'loading'> {
    message?: string;
}
declare const ImagePlaceholder: import("svelte").Component<Props, {}, "">;
type ImagePlaceholder = ReturnType<typeof ImagePlaceholder>;
export default ImagePlaceholder;
//# sourceMappingURL=ImagePlaceholder.svelte.d.ts.map