export interface SnapshotConfiguration {
    widths: number[];
    'min-height': number;
}
