import React from 'react'; import type { Props } from '../_utils/types'; import type { SplitViewCardInternalContextAPI } from './SplitViewCard.types'; export declare const SplitViewCardInternalContext: React.Context; export declare const SplitViewCardInternalContextProvider: ({ ariaLabelledBy, children, isClosable, }: React.PropsWithChildren>) => React.JSX.Element; export declare const useSplitViewCardInternal: () => SplitViewCardInternalContextAPI;