/// import { Attributes } from "../utils/transformDataAttributes"; interface Props { attributes: Attributes; } export declare const InvisibleSearchableText: ({ attributes, }: Props) => JSX.Element; export {};