export declare const ColumnStatus: import("react").MemoExoticComponent<import("@tachybase/schema").ReactFC<unknown>>;
export declare const ColumnStatusComponent: (props: any) => import("react/jsx-runtime").JSX.Element;
export declare const approvalStatusOptions: {
    value: any;
    label: string;
    color: string;
}[];
