import React from 'react'; import { Props } from './index'; declare const _default: ({ children, card, shadowColor: outShadowColor, shadowRadius, active, ...props }: Props) => React.JSX.Element; export default _default;