import type { ReactElement } from '@byted-doubao-apps/framework'; export declare const RUNTIME_RADIO_MARK: unique symbol; export declare function markRuntimeRadio(component: T): T; export declare function isRuntimeRadioElement(element: ReactElement | { type?: unknown; }): boolean; //# sourceMappingURL=shared.d.ts.map