import type * as CSS from 'csstype'; type UnknownLayoutProperties = 'size' | 'box-orient' | 'grid-column-gap' | 'grid-gap' | 'grid-row-gap'; export declare const layout: Array; export {};