import { Content } from './model';
export declare class SourcesContent extends Content<'sources', {
    location: string;
    title?: string;
}[]> {
    render(): string;
    serialize(): string[];
    static build(payload: SourcesContent['TSchema']): SourcesContent;
}
//# sourceMappingURL=sources.d.ts.map