import { C as CommonProps } from './common.types.d-a5NbnUWh.js'; import React from 'react'; interface SlabProps extends CommonProps { } declare const Slab: (props: SlabProps) => React.JSX.Element; export { type SlabProps, Slab as default };