/**
 * 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 baseStyle: {
    view: import("@crossed/styled").CrossedMethods<{
        base: {
            borderStyle: "solid";
            borderWidth: number;
            alignItems: "stretch";
            backgroundColor: string;
            boxSizing: string;
            display: "flex";
            flexBasis: "auto";
            flexDirection: "column";
            flexShrink: number;
            listStyle: string;
            margin: number;
            minHeight: number;
            minWidth: number;
            padding: number;
            position: "relative";
            textDecoration: string;
            zIndex: number;
        };
    }>;
};
//# sourceMappingURL=base.d.ts.map