import type { ClientDirective } from '../../types/public/integrations.js';
/**
 * Hydrate this component only on the client
 */
declare const onlyDirective: ClientDirective;
export default onlyDirective;
