import { type BlockVersion } from '../model/BlockVersion'; import { type UniBlockProps } from '../UniBlock/UniBlockProps'; interface BlockWrapperProps extends UniBlockProps { tag?: keyof HTMLElementTagNameMap; role?: string; style?: Partial; } export declare const blockStyles: Record; export declare const BlockWrapper: import("@redneckz/uni-jsx").UNIComponent; export {};