export namespace DescriptionListSize {
    let XSmall: string;
    let Small: string;
    let Medium: string;
    let Large: string;
}
