import { IProps } from "@/types/IProps";
import React from "react";
export declare const Header: ({ children, style }: IProps) => React.JSX.Element;
