import type { Ref } from 'react'; import type { BaseProps, InfoDialogProps, NoChildrenProp, OmitStrict, WithAttributes } from '@pega/cosmos-react-core'; export type AutopilotGlimpseProps = WithAttributes<'div', BaseProps & OmitStrict & NoChildrenProp & { /** Ref for the wrapping element. */ ref?: Ref; }>; declare const _default: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export default _default; //# sourceMappingURL=AutopilotGlimpse.d.ts.map