export interface PlaceholderProps { show?: boolean; } declare const Placeholder: import('vue').DefineSetupFnComponent; export default Placeholder;