export declare const createShadows: (shadows: { light: Record; dark: Record; }, options?: { prefix?: string; }) => { plugin: { handler: import("tailwindcss/types/config").PluginCreator; config?: Partial; }; boxShadow: { [k: string]: string; }; };