export declare const FILLED_OUT = "filled_out"; export declare const CLOSED = "closed"; export declare const COLLAB_DIRECT_DISABLED = "direct_submission_disabled"; export declare const COLLAB_COMPLETED = "collab_completed"; export declare const NO_BUSINESS_EMAIL = "no_business_email"; export default function FormOff({ width, reason, showCTA, message }: { width?: number; reason?: string; showCTA?: boolean; message?: string; }): import("@emotion/react/jsx-runtime").JSX.Element; //# sourceMappingURL=FormOff.d.ts.map