export declare const CHAKRA_UI_IMPORT_PATH = "@chakra-ui/react"; export declare const getPlasmicComponentName: (componentName: string) => string; export declare const getDisplayComponentName: (componentName: string) => string; export declare const getComponentNameAndImportMeta: (componentName: string, parentComponentName?: string, opts?: { displayName?: string; importPath?: string; }) => { parentComponentName?: string | undefined; name: string; displayName: string; importPath: string; importName: string; };