export declare const convertPropsToClasses: ({ orientation, }: {
    orientation?: "horizontal" | "vertical";
}) => string;
