import React from 'react'; import { SCardProps } from './types'; declare function SCard({ children, hasBottomPadding, style, ...props }: SCardProps): React.JSX.Element; export default SCard;