export declare type LayoutType = 'horizontal' | 'vertical' | 'elementOnly'; export declare type ComponentValue = string | string[];