import type { dialog } from "@octopusdeploy/design-system-tokens";
export declare const dialogBreakpoints: {
    laptop: string;
    tablet: string;
    mobile: string;
};
export type DialogWidth = keyof typeof dialog.mainPanel.width;
export declare const dialogSidePanelBreakpoint: Record<DialogWidth, string>;
