import type { SystemContext } from "@chakra-ui/react";
export declare function generatePropTypes(sys: SystemContext): Promise<string>;
