import { ModusSize, Orientation } from '../types';
export declare const convertPropsToClasses: ({ bordered, orientation, size, }: {
    bordered?: boolean;
    orientation?: Orientation;
    size?: ModusSize;
}) => string;
