import * as React from "react";
interface Props {
    children?: React.ReactNode;
    ref?: React.Ref<HTMLDivElement>;
    noPadding: boolean;
    withPointer?: boolean;
    withBorder?: boolean;
    useMargins?: boolean;
}
declare const TileContent: (props: Props) => React.JSX.Element;
export default TileContent;
//# sourceMappingURL=index.d.ts.map