import { CSSProperties } from 'react';
export declare function useLayoutStyles(style?: CSSProperties): CSSProperties[];
