import { ISourcePropsEP } from "../interfaces/epTypes";
import { IEasyLink } from "../interfaces/IEasyPagesPageHookProps";
/**
 * This returns only tabs that were found and in the original order provided by props.
 * @param sourceProps
 * @param items
 * @returns
 */
export declare function getUsedTabs(sourceProps: ISourcePropsEP, items: IEasyLink[]): string[];
//# sourceMappingURL=getUsedTabs.d.ts.map