import { HeaderProps } from './interfaces'; export { HeaderProps }; export default function Header({ variant, ...props }: HeaderProps): JSX.Element;