import type { ContextId } from 'react-beautiful-dnd';
export declare function getHiddenTextElementId(contextId: string): string;
type UseHiddenTextElementArgs = {
    contextId: ContextId;
    text: string;
};
export default function useHiddenTextElement({ contextId, text }: UseHiddenTextElementArgs): void;
export {};
