export declare const supportsCustomProperties = "@supports (--c: v)";
export declare const noSupportsCustomProperties = "@supports not (--c: v)";
export declare const supportsGrid = "@supports (display: grid)";
export declare const noSupportsGrid = "@supports not (display: grid)";
