import { SPACER_SIZE } from "./types";
interface Props {
    size: (typeof SPACER_SIZE)[number];
}
export declare const VuiSpacer: ({ size }: Props) => import("react/jsx-runtime").JSX.Element;
export {};
