/**
 * Theme map
 */
export declare const MinimizedViewTheme: {
    view: {
        padding: number;
        backgroundColor: string;
        display: "flex";
        flexDirection: "row";
        flexWrap: "nowrap";
        justifyContent: "space-between";
    };
    flex: {
        alignSelf: "flex-start";
    };
};
//# sourceMappingURL=theme.d.ts.map