import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
import { IVeltInlineCommentsSectionSortingDropdownContentWireframe } from './VeltInlineCommentsSectionSortingDropdownContentWireframe/VeltInlineCommentsSectionSortingDropdownContentWireframe';
import { IVeltInlineCommentsSectionSortingDropdownTriggerWireframe } from './VeltInlineCommentsSectionSortingDropdownTriggerWireframe/VeltInlineCommentsSectionSortingDropdownTriggerWireframe';
export interface IVeltInlineCommentsSectionSortingDropdownWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltInlineCommentsSectionSortingDropdownWireframe extends React.FC<IVeltInlineCommentsSectionSortingDropdownWireframeProps> {
    Content: IVeltInlineCommentsSectionSortingDropdownContentWireframe;
    Trigger: IVeltInlineCommentsSectionSortingDropdownTriggerWireframe;
}
declare const VeltInlineCommentsSectionSortingDropdownWireframe: IVeltInlineCommentsSectionSortingDropdownWireframe;
export default VeltInlineCommentsSectionSortingDropdownWireframe;
