declare const overflow: { auto: { overflow: string; }; hidden: { overflow: string; }; clip: { overflow: string; }; visible: { overflow: string; }; scroll: { overflow: string; }; xAuto: { overflowX: string; }; xClip: { overflowX: string; }; xVisible: { overflowX: string; }; xHidden: { overflowX: string; }; xScroll: { overflowX: string; }; yAuto: { overflowY: string; }; yHidden: { overflowY: string; }; yClip: { overflowY: string; }; yVisible: { overflowY: string; }; yScroll: { overflowY: string; }; }; export default overflow;