export type Breakpoint<T> = number | {
    default: T;
    [value: number]: T;
};
//# sourceMappingURL=breakpoint.d.ts.map