import type * as Stitches from '@stitches/react'; export declare const POLYFILLS: { fgap: (value: Stitches.ScaleValue<'space'>) => { margin: string; '& > *': { margin: string; }; gap?: undefined; } | { gap: { readonly [$$ScaleValue]: "space"; }; margin?: undefined; '& > *'?: undefined; }; };