export interface Depths {
    dropdown: number;
    tooltip: number;
    modal: number;
}
