declare namespace _default {
    export namespace List {
        export const boxSizing: string;
        export const height: string;
        export const listStylePosition: string;
        export const margin: number;
        export const overflowX: string;
        export const overflowY: string;
        export const padding: number;
    }
    export namespace ListHeader {
        export const position: string;
    }
    export namespace Wrapper {
        const height_1: string;
        export { height_1 as height };
        const overflowX_1: string;
        export { overflowX_1 as overflowX };
        const position_1: string;
        export { position_1 as position };
    }
}
export default _default;
