export type { IBorder, IBorderItem } from './i-border'; export type { ISpacing } from './i-spacing'; export type { IPadding } from './i-padding'; export type { IMargin } from './i-margin'; export type { IPosition } from './i-position'; export type { IFont } from './i-font';