import { ActionGroup } from './action-group'; export type { ActionGroupShape, ActionGroupAppearance } from './action-group'; export declare const registerActionGroup: (prefix?: string) => void; export { ActionGroup as VwcActionGroupElement };