import { FC } from 'react'; interface Props { layoutId?: string; color?: string; backgroundColor?: string; } export declare const Header: FC; export {};