import React from 'react';
import { FontStyle, SizeStyle, ElementProps } from '../generator';
export interface HeaderProps extends FontStyle, SizeStyle, ElementProps {
    children?: React.ReactNode;
    inverted?: boolean;
}
export declare const Header: (props: HeaderProps) => JSX.Element;
//# sourceMappingURL=index.d.ts.map