import { h } from '../../stencil-public-runtime'; import { ViewerToolbarGroupDirection } from './types'; export declare class ViewerToolbarGroup { direction: ViewerToolbarGroupDirection; render(): h.JSX.IntrinsicElements; }