import type { IWorkspace } from "@plane/types"; type TProps = { workspace?: IWorkspace; }; export const SubscriptionPill = (props: TProps) => <>;