interface Props {
    height?: string;
    width?: string;
}
declare const Spacer: import("styled-components").StyledComponent<"div", any, Props, never>;
export default Spacer;
//# sourceMappingURL=Spacer.d.ts.map