import { h } from '../../stencil-public-runtime'; import { ViewerToolbarDirection, ViewerToolbarPlacement } from './types'; export declare class ViewerToolbar { /** * Specifies where the toolbar is positioned. */ placement: ViewerToolbarPlacement; direction: ViewerToolbarDirection; render(): h.JSX.IntrinsicElements; }