import React from 'react';
export interface SlackSelectorFooterProps {
    onSelect: (id: string) => void;
}
export declare const SlackSelectorFooter: React.ForwardRefExoticComponent<SlackSelectorFooterProps & React.RefAttributes<HTMLDivElement>>;
export default SlackSelectorFooter;
