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