import { type LinkComponent } from './context'; interface FragmentUIProviderProps { children: React.ReactNode; linkComponent?: LinkComponent; } export declare const FragmentUIProvider: React.FC; export {};