import * as tsx from 'vue-tsx-support';
export declare const TileSubtitle: import("vue").VueConstructor<{
    _tsxattrs: tsx.TsxComponentAttrs<{} & {
        compact?: boolean;
    }, {}, {}>;
} & import("vue").default & {
    compact: boolean;
}>;
