export { default as Inset } from './Inset.tsx'; export { INSET_STYLES } from './styles/Inset.css.ts'; export type { InsetProps } from './types/Inset.props.ts'; export type { InsetClip, InsetPadding, InsetSide, InsetSpace, } from './types/Inset.types.ts';