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