/**
 * Present when the dialog is open.
 */
export declare const open = "data-open";
/**
 * Present when the dialog is closed.
 */
export declare const closed = "data-closed";
/**
 * Present when the dialog begins animating in.
 */
export declare const startingStyle = "data-starting-style";
/**
 * Present when the dialog is animating out.
 */
export declare const endingStyle = "data-ending-style";
/**
 * Present when the dialog is nested within another dialog.
 */
export declare const nested = "data-nested";
/**
 * Present when the dialog has other open dialogs nested within it.
 */
export declare const nestedDialogOpen = "data-nested-dialog-open";