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