export interface AreaSpanProps {
    span?: 1 | 2 | 3;
}
