import { type FlexProps } from '../Flex'; export interface HeaderProps extends FlexProps { } export declare function Header(props: HeaderProps): any;