import { BaseElement } from '../../..'; import { GapProps, GapType } from './gap.types'; export declare class SbGap extends BaseElement implements GapProps { size: string; type: GapType; id: string; protected createRenderRoot(): this; render(): import('../../../../../node_modules/lit-html').TemplateResult<1>; }