export declare enum ContentDensity {
    Cozy = "Cozy",
    Compact = "Compact"
}
