import * as React_2 from 'react'; /** * EXPERIMENTAL * * A component that serves the same purpose as extractPlasmicQueryData(), but from * React server components. This only works from frameworks that support * React.useId() and React.use() (like Next.js 13). * * The children of this component will be run through `extractPlasmicQueryData()`. */ export declare function ExtractPlasmicQueryData(props: { children?: React_2.ReactNode; }): React_2.JSX.Element | null; export { }