/** * Stack elements on top of each other. */ export declare const Stacked: import("styled-components").StyledComponent<"div", any, {}, never>;