import type { AppConfig } from '@nuxt/schema'; import type { ButtonProps } from '@nuxt/ui'; import type { RouteLocationRaw } from 'vue-router'; import type { ComponentConfig } from '../types'; import theme from '#build/cms/button-copy-text'; type ButtonCopyText = ComponentConfig; export interface ButtonCopyTextProps extends Pick { text?: string | number | null; showAction?: boolean; alwaysShowTooltip?: boolean; to?: RouteLocationRaw; class?: any; ui?: ButtonCopyText['slots']; } declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: __VLS_WithSlots & Readonly<{}>, { showAction: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, { default?: (props: {}) => any; } & { default?: (props: {}) => any; }>; type __VLS_WithSlots = T & { new (): { $slots: S; }; };