import { BaseProps } from "../../../utils/types"; import * as React from 'react'; interface SelectFooterProps extends BaseProps { children?: React.ReactNode; } export declare const SelectFooter: (props: SelectFooterProps) => React.JSX.Element; export default SelectFooter;