import { IconName } from '../../icons'; export interface VEmptyProps { icon?: IconName; text?: string; } //# sourceMappingURL=types.d.ts.map