export declare const PrimerBreakpoints: {
    xsmall: {
        width: string;
    };
    small: {
        width: string;
    };
    medium: {
        width: string;
    };
    large: {
        width: string;
    };
    xlarge: {
        width: string;
    };
    xxlarge: {
        width: string;
    };
};
export declare function breakpointHigher(width: string): string;
export declare function breakpointLower(width: string): string;
export declare const mediaQueries: {
    narrow: string;
    regular: string;
    wide: string;
};
//# sourceMappingURL=layout.d.ts.map