import React from 'react'; export type GridSyncProviderProps = { orientation?: 'vertical' | 'horizontal'; children: React.ReactNode; }; export declare const GridSyncProvider: ({ orientation, children, }: GridSyncProviderProps) => React.JSX.Element; //# sourceMappingURL=provider.d.ts.map