import type { Component, ExtractPropTypes, PropType } from 'vue'; export declare const actionAreaProps: { component: import("@interface-ui/utils").InPropFinalized<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown, string, boolean>; disabled: import("@interface-ui/utils").InPropFinalized; cs: { readonly type: PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }; export type ActionAreaProps = ExtractPropTypes;