import { PopoverBody } from './popover-body.type';
export interface PopoverContent {
    sectioned?: boolean;
    body?: PopoverBody;
}
