export interface FragmentProps { children: unknown; } export declare const fragmentSymbol: import("../core/registry").HType;