export interface QuickExitProps {
    /**
     * The text for the 'Quick Exit' button
     */
    label?: string;
    /**
     * The hyperlink that the 'Quick exit' button redirects to
     */
    url?: string;
}
