export default FloatingHelperContent;
/** FloatingHelperContent */
declare function FloatingHelperContent({ title, body, actionText, onActionClick, actionTheme, image, appearance, footer, direction, ...props }: {
    [x: string]: any;
    title: any;
    body: any;
    actionText: any;
    onActionClick: any;
    actionTheme?: string | undefined;
    image: any;
    appearance?: string | undefined;
    footer: any;
    direction?: string | undefined;
}): React.JSX.Element;
declare namespace FloatingHelperContent {
    let displayName: string;
}
import React from 'react';
//# sourceMappingURL=FloatingHelperContent.d.ts.map