import { TemplateResult } from '@blinkk/selective-edit'; import { ContentSectionPart } from './section'; export declare class MediaPart extends ContentSectionPart { get label(): string; get section(): string; templateContent(): TemplateResult; }