import { WidgetCardProps } from "atoms";
export declare type FormCardProps = WidgetCardProps;
declare const _default: ({ cardStyle, customStyle, ...props }: FormCardProps) => JSX.Element;
export default _default;
