import { PropsWithChildren, FC } from 'react'; import { StackSpacings } from './types.js'; export interface StackContext { spacing?: StackSpacings; } export declare const useStackContext: () => StackContext; export declare const StackProvider: FC>; //# sourceMappingURL=StackProvider.d.ts.map