export declare function gapStyle({ display, flow, gap }: { display?: string | undefined; flow: any; gap: any; }): { gap: any; $?: undefined; } | ({ 'margin-right': string; 'margin-bottom': string; $?: undefined; } | { $: string; 'margin-right': string; 'margin-bottom': string; })[] | { [x: string]: any; $: string; gap?: undefined; } | undefined; export declare namespace gapStyle { var __lookupStyles: string[]; }