import * as react from 'react';
import * as _chakra_ui_system from '@chakra-ui/system';

declare const CardStylesProvider: react.Provider<Record<string, _chakra_ui_system.SystemStyleObject>>;
declare const useCardStyles: () => Record<string, _chakra_ui_system.SystemStyleObject>;

export { CardStylesProvider, useCardStyles };
