export declare const SYSTEM_SPACE = 10;
export declare const colors: {
    systemgray: string;
    systemgray3: string;
    systemgray6: string;
    white: string;
    highlightColor: string;
    transparent: string;
};
