import { CreateButtonProps, DeleteButtonProps, SaveButtonProps } from "@components/buttons"; import { BoxProps, CardProps, GroupProps } from "@mantine/core"; import { RefineCrudCreateProps, RefineCrudEditProps, RefineCrudListProps, RefineCrudShowProps } from "@pankod/refine-ui-types"; export declare type ListProps = RefineCrudListProps; export declare type ShowProps = RefineCrudShowProps; export declare type CreateProps = RefineCrudCreateProps; export declare type EditProps = RefineCrudEditProps; //# sourceMappingURL=types.d.ts.map