import { ComponentProps, FC } from 'react'; declare const BastHeader: FC, 'style' | 'className' | 'children' | 'id'> & { logo?: 'bast' | 'skat'; isFloating?: boolean; color?: 'brand' | 'gray'; }>; export { BastHeader };