import { SpaceProps } from "styled-system"; import { TileProps } from "./tile.component"; declare const StyledTile: import("styled-components").StyledComponent<"div", any, { theme: object; } & Pick & { isHorizontal?: boolean; } & SpaceProps>, string | number | symbol>, "theme">; export default StyledTile;