export function gap(args: any): {
    '&': {
        gap: any;
    };
    '@supports (not (translate: none)) and (not (appearance: auto))': {
        '&': {
            gap: number;
            margin: string;
        };
        '& > *': {
            margin: string;
        };
    };
};
//# sourceMappingURL=flex-gap-polyfilled.d.ts.map