import { IdProps } from "./interface/IdProps";
import { StyleProps } from "./interface/StyleProps";
export interface SpacerProps extends StyleProps, IdProps {
}
export declare const Spacer: ({ id, style, className }: SpacerProps) => import("react/jsx-runtime").JSX.Element;
