import { AddOptionsFooterProps } from '../types'; declare function AddOptionsFooter({ createButtonProps, inputProps, onCreate, colorPickerOptions, multiple, ...passedProps }: AddOptionsFooterProps): JSX.Element; export default AddOptionsFooter;