import type { StyleValue } from 'vue'; export declare const visualHiddenProps: { readonly style: import("@inte-cloud/lit-element/es/utils").EpPropFinalized<(new (...args: any[]) => StyleValue & {}) | (() => StyleValue) | ((new (...args: any[]) => StyleValue & {}) | (() => StyleValue))[], unknown, unknown, () => {}, boolean>; };