import { FC } from 'react'; import { FixedWidthInterface } from './fixedWidth.types'; export declare const FixedWidth: FC;