import { Grid } from "../../grid";
import { JSXInternal } from "preact/src/jsx";
interface Props {
    grid: Grid;
    row: string;
    column: string;
    style?: JSXInternal.CSSProperties;
}
declare const _default: (props: Omit<Props, "grid">) => JSXInternal.Element;
export default _default;
