import * as React from 'react'; export interface PopoverHeaderIconProps extends React.HTMLProps { /** Content of the header icon */ children: React.ReactNode; /** Class to be applied to the header icon */ className?: string; } export declare const PopoverHeaderIcon: React.FunctionComponent; //# sourceMappingURL=PopoverHeaderIcon.d.ts.map