export declare function getTransformTemplate(): string; export declare function getTransformGpuTemplate(): string; export declare const filterTemplate: { "--teste-blur": string; "--teste-brightness": string; "--teste-contrast": string; "--teste-grayscale": string; "--teste-hue-rotate": string; "--teste-invert": string; "--teste-saturate": string; "--teste-sepia": string; "--teste-drop-shadow": string; filter: string; }; export declare const backdropFilterTemplate: { backdropFilter: string; "--teste-backdrop-blur": string; "--teste-backdrop-brightness": string; "--teste-backdrop-contrast": string; "--teste-backdrop-grayscale": string; "--teste-backdrop-hue-rotate": string; "--teste-backdrop-invert": string; "--teste-backdrop-opacity": string; "--teste-backdrop-saturate": string; "--teste-backdrop-sepia": string; }; export declare function getRingTemplate(value: any): { "--teste-ring-offset-shadow": string; "--teste-ring-shadow": string; "--teste-ring-width": any; boxShadow: string; }; export declare const flexDirectionTemplate: { "row-reverse": { space: string; divide: string; }; "column-reverse": { space: string; divide: string; }; }; export declare const spaceXTemplate: { "& > :not(style) ~ :not(style)": { marginInlineStart: string; marginInlineEnd: string; }; }; export declare const spaceYTemplate: { "& > :not(style) ~ :not(style)": { marginTop: string; marginBottom: string; }; }; //# sourceMappingURL=templates.d.ts.map