import { PluginCreator } from "tailwindcss/types/config";

declare const safeArea: PluginCreator;

export = safeArea;
