import { HTMLAttributes } from 'react'; export declare const defaultProps: { gutter: boolean; }; type Props = typeof defaultProps & HTMLAttributes; export declare const Header: { (props: Props): JSX.Element; defaultProps: { gutter: boolean; }; }; export declare const Body: { (props: Props): JSX.Element; defaultProps: { gutter: boolean; }; }; export {};