declare const createStyle: ({ checkbox, label }: {
    checkbox: string;
    label: string;
}) => string;
export default createStyle;
//# sourceMappingURL=styles.d.ts.map