import { ComponentProps } from "react"; import { InnerDialogTriggerProps } from "../../dialog"; import { OmitInternalProps } from "../../shared"; export declare type InnerAlertTriggerProps = Omit; export declare function InnerAlertTrigger({ forwardedRef, ...rest }: InnerAlertTriggerProps): JSX.Element; export declare namespace InnerAlertTrigger { var defaultElement: string; } /** * [Documentation](https://orbit.sharegate.design/?path=/docs/alert--default-story) */ export declare const AlertTrigger: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; export declare type AlertTriggerProps = ComponentProps;