import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
import { IVeltInlineCommentsSectionFilterDropdownContentWireframe } from './VeltInlineCommentsSectionFilterDropdownContentWireframe/VeltInlineCommentsSectionFilterDropdownContentWireframe';
import { IVeltInlineCommentsSectionFilterDropdownTriggerWireframe } from './VeltInlineCommentsSectionFilterDropdownTriggerWireframe/VeltInlineCommentsSectionFilterDropdownTriggerWireframe';
export interface IVeltInlineCommentsSectionFilterDropdownWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltInlineCommentsSectionFilterDropdownWireframe extends React.FC<IVeltInlineCommentsSectionFilterDropdownWireframeProps> {
    Content: IVeltInlineCommentsSectionFilterDropdownContentWireframe;
    Trigger: IVeltInlineCommentsSectionFilterDropdownTriggerWireframe;
}
declare const VeltInlineCommentsSectionFilterDropdownWireframe: IVeltInlineCommentsSectionFilterDropdownWireframe;
export default VeltInlineCommentsSectionFilterDropdownWireframe;
