import type { CSSObject } from '@ant-design/cssinjs';
import type { LayoutToken } from '.';
import type { GenerateStyle } from '../../theme/internal';
declare const genLayoutLightStyle: GenerateStyle<LayoutToken, CSSObject>;
export default genLayoutLightStyle;
