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