import { BlockProp } from '@vtj/core';
export declare function parseProps(props?: Array<string | BlockProp>): string[];
