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