export type CategoryBoxProps = { text: string; action?: () => void; }; export declare const CategoryBox: (props: CategoryBoxProps) => import("react/jsx-runtime").JSX.Element;