import * as React from 'react'; export interface PanelFooterProps extends React.HTMLProps { /** Content rendered inside the panel footer */ children?: React.ReactNode; /** Class to add to outer div */ className?: string; } export declare const PanelFooter: React.FunctionComponent; //# sourceMappingURL=PanelFooter.d.ts.map