import { Projection } from 'alinea/core/pages/Projection';
export declare const FileSummaryRow: import("alinea/core").View<unknown, {
    entryId: string;
    i18nId: string;
    type: string;
    workspace: string;
    root: string;
    title: string;
    extension: string;
    size: number;
    preview: string;
    thumbHash: string;
    averageColor: string;
    focus: {
        x: number;
        y: number;
    };
    width: number;
    height: number;
    parents: {
        entryId: string;
        i18nId: string;
        title: string;
    }[];
}, Projection>;
export declare const FileSummaryThumb: import("alinea/core").View<unknown, {
    entryId: string;
    i18nId: string;
    type: string;
    workspace: string;
    root: string;
    title: string;
    extension: string;
    size: number;
    preview: string;
    thumbHash: string;
    averageColor: string;
    focus: {
        x: number;
        y: number;
    };
    width: number;
    height: number;
    parents: {
        entryId: string;
        i18nId: string;
        title: string;
    }[];
}, Projection>;
