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