export declare type Dimensions = {
    width: number;
    height: number;
};
