import { EmptyState } from './empty-state'; export type { EmptyStateConnotation, EmptyStateIconDecoration, } from './empty-state'; export declare const registerEmptyState: (prefix?: string) => void; export { EmptyState as VwcEmptyStateElement };