import type { FC, HTMLAttributes } from 'react'; export type SelectHeaderProps = Omit, 'className'>; export declare const SelectHeader: FC;