declare namespace _default {
    namespace container {
        const position: "absolute";
        const top: number;
        const left: number;
        const maxWidth: string;
        const transformOrigin: string;
    }
    namespace text {
        const textAlign: "left";
        const includeFontPadding: false;
        const textAlignVertical: "top";
    }
}
export default _default;
