import { Comment } from "estree";
export interface SortJsxElementOptions {
}
export declare function sortJsxElement(jsxElement: any, comments: Comment[], fileContents: string, options?: SortJsxElementOptions): string;
