import React from "react"; interface Props { layoutId?: string; color?: string; backgroundColor?: string; children?: React.ReactNode; } export declare const Header: ({ children, layoutId, color, backgroundColor, }: Props) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element; export {};