/**
 * Copyright (c) Paymium.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root of this projects source tree.
 */
export declare const visibility: {
    hidden: import("@crossed/styled").CrossedMethods<{
        base: {
            height: number;
            width: number;
            flex: number;
            maxWidth: number;
            padding: number;
            margin: number;
            border: number;
            overflow: "hidden";
            position: "absolute";
            top: number;
        };
        web: {
            base: {
                position: "absolute";
                overflow: "hidden";
                clip: "rect(0, 0, 0, 0)";
                whiteSpace: "nowrap";
                wordWrap: "normal";
                border: 0;
                width: "1px";
                height: "1px";
                padding: 0;
                margin: "-1px";
            };
        };
    }>;
};
//# sourceMappingURL=visibilityHidden.d.ts.map