import { location } from '@synnaxlabs/x'; import { PropsWithChildren, ReactElement } from 'react'; export interface BoundaryProps extends PropsWithChildren<{}> { orientation: location.Outer; refreshDeps?: unknown; } export declare const Boundary: ({ children, orientation, refreshDeps, }: BoundaryProps) => ReactElement | null; //# sourceMappingURL=Boundary.d.ts.map