import { FunctionalComponent } from '../stencil-public-runtime'; type MessengerProps = { isOpen: boolean; isFullScreen: boolean; toggleFullScreenMode: () => void; hasFeedback?: boolean; }; export declare const Messenger: FunctionalComponent; export {};