import * as React from "react";
import { ViewProps } from "react-native";
export type Props = {
    sampleId: string;
    url: string;
    _id: string;
    width: number;
    height: number;
    submit: boolean;
} & ViewProps;
export default function ExpoPencilkitView(props: Props): React.JSX.Element;
//# sourceMappingURL=ExpoPencilkitView.d.ts.map