export declare const RolloutDrawer: ({ rollout, expanded, }: { rollout: any; expanded?: boolean; }) => import("react/jsx-runtime").JSX.Element;