import { FunctionalComponent } from '../../stencil-public-runtime';
export declare class LayoutComponent {
    sidebar?: string | FunctionalComponent;
    topbar?: string | FunctionalComponent;
    private renderContent;
    render(): any;
}
