import { CdsSignpost as Signpost } from '@cds/core/signpost'; import '@cds/core/signpost/register'; import * as React from 'react'; export declare const CdsSignpost: (props: Partial, "onCdsMotionChange" | "onCloseChange"> & Omit & { onCloseChange: (e: Event) => void; onCdsMotionChange: (e: Event) => void; }> & React.RefAttributes) => JSX.Element;