import { UUIEvent } from '@umbraco-ui/uui-base/lib/events';
import { UUIRefElement } from './uui-ref.element';
export declare class UUIRefEvent extends UUIEvent<{}, UUIRefElement> {
    static readonly OPEN = "open";
}
