import { SxProps } from '@mui/material/styles'; interface EmptyWidgetProps { header: string; subText: string; sx?: SxProps; } export declare const GoalsMicroEmptyState: ({ header, subText, sx }: EmptyWidgetProps) => import("react/jsx-runtime").JSX.Element; export {};