/** * Main body section of the popover. * * @slot default - Popover body content. * * @since 5.1.0 */ export declare class PopoverContent { /** * Remove default inner padding. * * @since 5.1.0 */ noPadding: boolean; render(): any; }