import type { BEM } from 'xzx-design/es/hooks'; import type { Ref } from 'vue'; export declare function usePlaceholder(contentRef: Ref, bem: BEM): (renderContent: () => JSX.Element) => JSX.Element;