type Props = {
    class?: string;
};
declare const WidgetPlaceholder: import("svelte").Component<Props, {}, "">;
type WidgetPlaceholder = ReturnType<typeof WidgetPlaceholder>;
export default WidgetPlaceholder;
